home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9806 / 000186_owner-linux-arm…r.rutgers.edu _Mon Jun 15 18:00:06 1998.msg < prev    next >
Internet Message Format  |  1998-06-30  |  4KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from virtual.bbc.co.uk (virtual.bbc.co.uk [132.185.132.199])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id SAA27116
  4.     for <willy@odie.barnet.ac.uk>; Mon, 15 Jun 1998 18:00:05 +0100
  5. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  6.     by virtual.bbc.co.uk (8.8.5/8.8.5) with ESMTP id SAA18521
  7.     for <willy@bofh.ai>; Mon, 15 Jun 1998 18:00:13 +0100 (BST)
  8. Received: from vger.rutgers.edu ([128.6.190.2]:16931 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <10375-500>; Mon, 15 Jun 1998 20:00:02 +0300
  9. Received: by vger.rutgers.edu id <971036-2834>; Mon, 15 Jun 1998 12:29:24 -0400
  10. Received: from cr10m.staffs.ac.uk ([193.60.4.10]:3775 "EHLO cr10m.staffs.ac.uk" ident: "NO-IDENT-SERVICE[2]") by vger.rutgers.edu with ESMTP id <971061-2834>; Mon, 15 Jun 1998 12:28:30 -0400
  11. Received: from delenn (sth193.staffs.ac.uk [193.62.26.193])
  12.     by cr10m.staffs.ac.uk (8.8.6/8.8.6) with SMTP id RAA31936
  13.     for <linux-arm@vger.rutgers.edu>; Mon, 15 Jun 1998 17:34:56 +0100 (BST)
  14. MIME-Version: 1.0
  15. From: Ian Molton <mh120608@cr10m.staffs.ac.uk>
  16. To: linux-arm@vger.rutgers.edu
  17. Date:     Mon, 15 Jun 1998 17:38:03 +0100
  18. Message-ID: <6abda20mh120608@staffs.ac.uk>
  19. X-Mailer: Pluto 1.08g for RISC OS 3.7
  20. Subject: Linux compiler funnies...
  21. Content-Type: text/plain
  22. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  23. Sender: owner-linux-arm@vger.rutgers.edu
  24. Precedence: bulk
  25. X-Loop: majordomo@vger.rutgers.edu
  26. Status: RO
  27.  
  28. I tried the advice in the mailing list about getting the compiler to
  29. behave, as qutoed below. BUT it didnt work - gcc now simply spews a huge
  30. number of different errors out, I still cant compile circlemud or wget.
  31.  
  32. can anyone give a definitive guide on how to make it work, or, better
  33. still, a definitive guide AND a list of the files which were unnecessarily
  34. installed by the below instructions, so I can delete them?
  35.  
  36. Here's what I found in the mailinglist - it was followed to the letter...
  37.  
  38. <quote------------------->
  39.  
  40. /usr/include/linux to /usr/src/linux/include/linux
  41. /usr/include/asm to /usr/src/linux/include/asm
  42. /usr/include/scsi to /usr/src/linux/include/scsi
  43.  
  44. Mmm.  This _is_ a FAQ though it's not ARMLinux specific and as such
  45. probably
  46. isn't mentioned in Russell's FAQ.  The libc we're currently using (libc 4)
  47. requires kernel headers in order to compile (almost) anything.  libc 6
  48. which we will move t once we have ELF support is much less dependent upon
  49. having the kernel headers.  There might be an RPM which contains the kernel
  50. headers, but personally, I downloaded the linux kernel source
  51. (ftp://sunsite.org.uk/Mirrors/ftp.kernel.org/pub/linux/kernel/v2.0/
  52.  linux-2.0.33.tar.gz),  unpacked it into /usr/src/linux, downloaded the
  53. latest kernel patch from Russell
  54. (ftp://ftp.arm.uk.linux.org/pub/armlinux/kernel-sources/v2.0/), patched
  55. the kernel to give armlinux support (cd /usr/src/linux;
  56. zcat arm-2.0.33.gz | patch -p1), make config (this is important),
  57. \and then set up the appropriate symlinks:
  58.  
  59. ln -s /usr/src/linux/include/linux /usr/include
  60. ln -s /usr/src/linux/include/asm /usr/include
  61. ln -s /usr/src/linux/include/scsi /usr/include
  62.  
  63. <unquote------------------------------>
  64.  
  65. I'll get there in the end!!!
  66.  
  67. Thanks!
  68.  
  69. -- 
  70. -Ian aka Lennier
  71. Acorn Computers, the best in the world
  72. http://www.users.zetnet.co.uk/hawk/
  73. BaBe - Womens human rights organisation in Croatia
  74. http://www.users.zetnet.co.uk/hawk/babe/
  75.  
  76. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu